home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-2.iso / extra_2 / lotr102d.zip / TECHFAQ.TXT < prev    next >
Text File  |  1995-07-19  |  25KB  |  588 lines

  1. TECHNICAL TIPS
  2.  
  3. We have found that many of the common problems our customers 
  4. experience with their games have simple answers.  If you 
  5. are having one of the problems listed below, the solution 
  6. provided should be tried first before you search any further 
  7. for answers. 
  8.  
  9.  
  10. 1. WHY DOES IT SAY "ABNORMAL PROGRAM TERMINATION" WHEN I TYPE IN THE 
  11. GAME COMMAND?
  12. The "ABNORMAL PROGRAM TERMINATION" error usually indicates that a 
  13. program cannot run because the system has not been 
  14. configured to free up enough conventional memory. Under DOS, 
  15. conventional memory is limited to 640 Kilobytes (K) total 
  16. (regardless of how much RAM is installed in the machine) and 
  17. is reduced by DOS and various Terminate and Stay Resident 
  18. (TSR) programs.  Most of our games will comfortably run with 
  19. 585K or better of free conventional memory, though some 
  20. configurations might need more.
  21.  
  22. To find out which version of DOS you are using, type 
  23. "VER<enter>" at any DOS prompt;  this will return a message 
  24. that says "MS-DOS version n.nn" where "n.nn" refers to some 
  25. number, "6.20" for example.
  26.  
  27. To find out how much conventional memory is free:
  28. Type "CHKDSK<enter>" and find the value of "BYTES FREE".     
  29. If  the free memory value is less than 585k, the system 
  30. configuration needs to be changed to increase the free 
  31. conventional memory.  
  32.  
  33. Three methods to increase free conventional memory:
  34. a.  For DOS 6.0 or higher, run MEMMAKER (If the drive is 
  35. compressed in some way, make sure the device driver is 
  36. loaded in the CONFIG.SYS file so that it can be properly 
  37. placed in upper memory).  If this doesn't free up enough 
  38. memory, create a boot disk, as described below. 
  39.  
  40. b.  Alter your CONFIG.SYS and AUTOEXEC.BAT files to load 
  41. DOS, device drivers and other TSRs into upper memory at boot 
  42. up (consult your DOS manual for specifics on how this is 
  43. done).
  44.  
  45. c.  Create a Game/Boot Disk.  Boot disk instructions are included at 
  46. the end of this file. 
  47.  
  48. 2. WHY DOESN'T MY MOUSE WORK?
  49. If your mouse does not work at all:
  50. -Is the mouse installed for DOS?  Windows uses its own 
  51. drivers, and therefore works without a properly installed 
  52. DOS mouse driver, so you cannot assume that because a mouse 
  53. works with a Windows system that a mouse driver for DOS 
  54. programs is currently installed.
  55.  
  56. To find out whether or not such a driver is installed:
  57. -enter a DOS application that supports a mouse, such as the 
  58. EDIT utility (DOS 5.0 or later) or a DOS word processor (or 
  59. anything else, besides Windows, that loads from the DOS 
  60. prompt and uses a mouse).  If the mouse does not respond at 
  61. all in such a program, then the DOS driver is not properly 
  62. loaded.  Check the disk or manual that came with your mouse 
  63. for instructions on how to install it.
  64.  
  65. -Do you have enough conventional memory free?  Some programs 
  66. incrementally sacrifice sound or mouse functionality when 
  67. sufficient memory resources are not available.  Create a boot disk to free 
  68. up more conventional memory.
  69.  
  70. If the mouse works sporadically (jumping around, not 
  71. clicking properly, etc.):
  72. -You may not have a 100% Microsoft compatible mouse driver 
  73. (This has nothing to do with hardware, only software).  
  74. Check your hard disk for a file called MOUSE.COM, as some 
  75. upgrade versions of DOS include this Microsoft mouse driver 
  76. (type "dir mouse.com /s<enter>" at the C:\ root directory 
  77. prompt).  If not already on your system, such a driver can 
  78. be obtained from either the vendor or manufacturer of your 
  79. computer.
  80.  
  81.  
  82. 3. HOW DO I SET UP MY SOUND CARD?
  83. Setting sound card parameters:
  84. To use a sound card with an Impressions program, it is 
  85. sometimes necessary to set a number of parameters using the 
  86. setup utility located in the game directory.  
  87.  
  88. The significant values are the I/O Address, the Interrupt 
  89. Request Channel (IRQ) and the Direct Memory Access (DMA) 
  90. values of the relevant sound card.  These can sometimes be 
  91. found on a line in the AUTOEXEC.BAT file, which is found in 
  92. the root directory of the main hard disk (C:\);  if, for 
  93. example, you own a Sound Blaster or compatible the line 
  94. might begin with something like: "SET BLASTER"  (if the card 
  95. is something other than a Sound Blaster, it might be 
  96. something else, "SET PROAUDIO" for example) followed by a 
  97. sequence of letter/number combinations including: Annn, In, 
  98. Dn (where n represents a numerical digit);  Annn is the 
  99. address, In is the IRQ and Dn is the DMA value.
  100.     
  101. The setup program allows for specification of the type of 
  102. sound card as well as the Address and IRQ values of the 
  103. installed card (DMA is usually assumed to be 1 which usually 
  104. cannot be changed in the setup utility);  If any of these 
  105. are incorrectly set, sound will not work with the program.
  106.     
  107. If no SET BLASTER, or similar, line is found in the 
  108. AUTOEXEC.BAT file, consult either the sound card manual or 
  109. the technician who installed the device to obtain the 
  110. Address, IRQ and DMA values.
  111.  
  112. Sound card emulation:
  113. If you are using a card that is not listed as an option in 
  114. the setup program, it probably emulates something else.  It 
  115. is usually a good idea to use the oldest version of whatever 
  116. card your system is emulating (ie. choose SoundBlaster over 
  117. SoundBlaster pro), as the older cards are usually better 
  118. documented so that emulation of those works better.
  119.  
  120.  
  121. 4. MEMORY MANAGERS
  122. Third party memory managers, such as QEMM, 386Max, etc. 
  123. sometimes cause problems.  They make certain assumptions 
  124. about memory use which are not true of many high performance 
  125. graphics intensive programs.  If you are using one of these 
  126. memory managers and encounter graphics distortions, try 
  127. temporarily disabling third party memory managers.  
  128.  
  129. Creating a boot disk with the instruction in this file will disable 
  130. any third party memory managers. 
  131.  
  132.  
  133. 5. WHY IS MY CD-ROM GAME RUNNING SO SLOWLY?
  134. CD-ROM drives are much slower than hard drives.  When 
  135. running a program from a CD-ROM, if you don't run a disk 
  136. caching utility, the program may run slowly.  A disk cache program sits 
  137. between the physical disk drive and the program, reserving an area of 
  138. memory that stores the information most recently read from, or sometimes 
  139. written to, the drive.  This speeds the system by keeping data that 
  140. a program might need to look at more than once in memory instead of on 
  141. the disk;  for a computer, looking at memory is much faster than looking 
  142. at the disk.
  143.  
  144. Some CD drives come packaged with caching software, but the 
  145. most common such utility is MS-DOS Smartdrive 
  146. (C:\DOS\SMARTDRV.EXE), which also caches other disk drives.  
  147. All versions of Smartdrive that come with or after MS-DOS 
  148. version 6.2 (file date 9/30/93) can cache CD-ROM disks.
  149.  
  150. MSCDEX (C:\DOS\MSCDEX.EXE) is a program that comes with DOS 
  151. and is packaged with some CD-interface or drive hardware.  
  152. Along with a properly loaded CD-ROM device driver, it lets 
  153. DOS see the CD as a disk drive;  without MSCDEX, you cannot 
  154. access a CD-ROM drive through DOS or Windows.  
  155.  
  156. To make sure Smartdrive and MSCDEX are set up properly, 
  157. check your AUTOEXEC.BAT file.  So long as your CD drive has 
  158. been properly installed, there should be a line that loads 
  159. in MSCDEX and possibly a line that loads in Smartdrive, or 
  160. some other cache program that might have come with your 
  161. drive.  Make sure the line that loads in the caching program 
  162. comes after the line that loads in MSCDEX;  if you don't do 
  163. this, the caching software will not work. 
  164.  
  165. The line in the AUTOEXEC.BAT file that loads MSCDEX looks 
  166. something like: "C:\DOS\MSCDEX...", and usually includes 
  167. other things after the "MSCDEX" such as the DOS name of the 
  168. CD device and a number of other things;  assume all these 
  169. things after the "MSCDEX" are necessary if you are going to 
  170. cut and paste between configuration files.  The line that 
  171. loads in Smartdrive should look something like: 
  172. "C:\DOS\SMARTDRV.EXE".  If using a version of DOS later than 
  173. 5.0, you should add "LOADHIGH" and a space at the beginning 
  174. of the line
  175.  
  176. If you have changed or moved lines in your AUTOEXEC.BAT or 
  177. CONFIG.SYS files you should rerun MEMMAKER, and be sure to 
  178. specify no EMS when asked about it.  If running DoubleSpace 
  179. or Stacker with DOS 6.0 or higher, always be sure that a 
  180. DEVICE or DEVICEHIGH line loads it in the CONFIG.SYS file or 
  181. MEMMAKER will ignore it and it will certainly load low, 
  182. wasting valuable conventional memory. 
  183.  
  184.  
  185. STILL HAVING PROBLEMS? BEFORE YOU CALL...
  186. In order to allow us to help you more effectively, please 
  187. try to follow the suggestions below before you call for 
  188. help.  This will assist us in finding the answer to your 
  189. problem as quickly as possible so that you can begin playing 
  190. and enjoying your new game.
  191.  
  192.  
  193. 1. READ AT LEAST THE FIRST FEW CHAPTERS OF YOUR DOS MANUAL.  
  194. The more you know about the operating system your machine is 
  195. running the easier it will be for any technical support to 
  196. help you solve any problems.  You should at least be 
  197. familiar with how DOS commands work, what disk files and 
  198. directories are and what utilities are available on your 
  199. machine for editing text files.
  200.  
  201.  
  202. 2. FIND OUT AS MUCH AS POSSIBLE ABOUT HOW YOUR MACHINE IS CONFIGURED.  
  203.  
  204. What version of what brand operating system is running on the machine?  
  205. (At the command prompt, type "VER" and hit enter to find out what 
  206. version of DOS is running)  What kind of chip is running your machine? 
  207. ('486? '386? '286? 8086?)  How much memory is in the system?  How much 
  208. conventional memory is free?  (Free conventional memory should be above 
  209. 590k or so)  How much hard disk space is free?  What kind of video card 
  210. is in your machine?  (SVGA? VGA? EGA? Brand name?)  What kind of sound 
  211. card, if any, is in your system?  Do you have a CD-ROM drive?  Are you 
  212. using Stacker, Doublespace or some other kind of disk compression?  
  213. Are you using QEMM or some other third party memory manager?  
  214. If Windows 3.1 is installed on the machine, you can run 
  215. Microsoft Diagnostics to find out some of these things, if 
  216. you do not already know about them (type "MSD", then hit 
  217. <enter> at the command prompt).  If necessary, call whomever 
  218. it was that originally configured your system to answer 
  219. these questions.  It's also a good idea to print out your 
  220. CONFIG.SYS and AUTOEXEC.BAT files (usually in the root 
  221. directory of C:) and keep the printouts handy.
  222.  
  223.  
  224. 3. SET UP THE COMPUTER NEAR THE PHONE WITH THE PROGRAM INSTALLED ON THE HARD 
  225. DRIVE.  It is very difficult for technical support to troubleshoot a 
  226. computer problem over the phone without having access to the machine in 
  227. question while it is running.  If this is not an option, list every 
  228. detail about the occurance of the problem, including all pertinent system 
  229. configuration information (such as that described in the previous 
  230. paragraph), and keep this list handy when calling tech support.
  231.  
  232.  
  233. 4. DEFRAG YOUR HARD DISK.  Non-contiguous files on a hard 
  234. disk can sometimes cause strange and mysterious things to 
  235. occur.  While in the game directory, type "CHKDSK *.*", then 
  236. hit <enter> at the DOS prompt to find out if all the game 
  237. files are contiguous or not.  A hard disk can be 
  238. defragmented, or defragged, by using a disk utility program 
  239. such as SPEEDISK, which is packaged with Norton Utilities, 
  240. or DEFRAG, a program included with MS-DOS version 6.0 or 
  241. above.  This reorders disk space, making stored files 
  242. contiguous.  If a hard drive has not been defragged for more 
  243. than a month, and has been used even moderately, it is 
  244. likely that many of the files on the disk have become non-
  245. contiguous. 
  246.  
  247.  
  248. 5. CHECK FOR VIRUSES.  Viruses can mess up even the most 
  249. carefully configured system.  Use a memory-resident virus 
  250. checker (such as VSAFE, a utility that comes with MS-DOS 
  251. version 6.0 and above) whenever you insert new disks into 
  252. your machine, and run an anti-virus utility (such as MSAV, 
  253. another utility that comes with MS-DOS v.6.0 and above) 
  254. before you call.
  255.  
  256.  
  257. TECHNICAL SUPPORT
  258.  
  259.  
  260.  
  261.            
  262. MS-DOS Boot Disk Instructions for IBM compatibles using MS-DOS 5.0 or above 
  263.                (revised 6/1/95)
  264.  
  265. Sierra Technical Support provides this documentation as a reference to 
  266. Sierra customers using Sierra software products.  Sierra Technical Support 
  267. makes reasonable efforts to ensure that the information contained in this 
  268. documentation is accurate.  However, Sierra makes no warranty, either 
  269. express or implied, as to the accuracy, effectiveness, or completeness of 
  270. the information contained in this documentation.
  271.  
  272. SIERRA ON-LINE, INC. DOES NOT WARRANTY OR PROMISE THAT THE INFORMATION 
  273. HEREIN WILL WORK WITH ANY OR ALL COMPUTER SYSTEMS.  SIERRA DOES NOT ASSUME 
  274. ANY LIABILITY, EITHER INCIDENTAL OR CONSEQUENTIAL, FOR THE USE OF THE 
  275. INFORMATION HEREIN, INCLUDING ANY AND ALL DAMAGE TO OR LOST USE OF COMPUTER 
  276. HARDWARE OR SOFTWARE PRODUCTS, LOSS OF WARRANTIES, OR LOST DATA BY THE 
  277. CUSTOMER OR ANY THIRD PARTY.  NO ORAL OR WRITTEN INFORMATION OR ADVICE 
  278. GIVEN BY SIERRA, ITS EMPLOYEES, DISTRIBUTORS, DEALER OR AGENTS SHALL 
  279. CHANGE THE RESTRICTION OF LIABILITY OR CREATE ANY NEW WARRANTIES.  IN NO 
  280. CASE SHALL SIERRA'S LIABILITY EXCEED THE PURCHASE PRICE OF THE SIERRA 
  281. SOFTWARE PRODUCT.
  282.  
  283. IMPORTANT NOTE: Please read the entire instructions prior to starting at 
  284. Step 1.  You can skip Steps 3 and 4 if you are not playing a CD game.
  285.  
  286.  
  287. STEP 1
  288. FORMATTING THE DISK
  289. To make a boot disk, format a high density diskette in the A: drive.  
  290. (It is necessary to reformat the disk if it is already formatted.) 
  291. Formatting the disk with the /S switch will transfer the "system files" 
  292. to the disk and allow the computer to boot up correctly.  The disk must 
  293. be in the A: drive; the computer will not boot from the B: drive.  Type 
  294. the FORMAT command as follows:
  295.  
  296. FORMAT A: /S <ENTER>
  297.  
  298. If you get a "Bad command or file name" error message, type: 
  299.  
  300. PATH=C:\DOS <ENTER>
  301.  
  302. Then retype the FORMAT command above.  If you receive the error again, 
  303. the MS-DOS FORMAT command may not be on your system, or it may have been 
  304. renamed.  Programs such as PC Tools and Norton Disk Utilities sometimes 
  305. rename the FORMAT command to prevent accidental loss of data.  If you are 
  306. using a program of this type, check your documentation to find out how to 
  307. format a SYSTEM DISK, then proceed to Step 2. 
  308.  
  309.  
  310. STEP 2
  311. LOCATING THE MOUSE DRIVER
  312. If you are playing a game that uses a mouse, the Microsoft compatible 
  313. mouse driver must be loaded into memory with the boot disk. There are two 
  314. kinds of mouse drivers available: those that load in the CONFIG.SYS file 
  315. and those that load in the AUTOEXEC.BAT file.  CONFIG.SYS mouse drivers 
  316. have an extension of .SYS (MOUSE.SYS) and AUTOEXEC.BAT drivers have either 
  317. a .COM or .EXE extension (MOUSE.COM, MOUSE.EXE).  You must load at least 
  318. one of these drivers, but it is not necessary to load them all. 
  319.  
  320. If you do not know where the mouse drivers are located on your system, the 
  321. command below should help you locate them.  Type the following at the C:\ 
  322. prompt:
  323.  
  324. DIR MOUSE* /S <ENTER>
  325.  
  326. This command will cause the system to search all subdirectories for a file 
  327. called MOUSE.  If the system locates a MOUSE file, it will display the path 
  328. where the file is located.  For example, if the MOUSE.COM file is located in 
  329. a C:\MOUSE directory, the system will display:
  330.  
  331. Directory of C:\MOUSE
  332.     MOUSE.SYS               55160   03-10-92        3:10a
  333.     MOUSE.COM               56408   03-10-03        6:00a
  334.  
  335. If this procedure does not locate a MOUSE file, your mouse driver may have a 
  336. different name. Some common names for mouse drivers are IMOUSE, GMOUSE and 
  337. HPMOUSE.  Your should check your mouse documentation for the exact file 
  338. names and how to install them. 
  339.  
  340. Once you have located the mouse driver, you must copy it to the boot disk.  
  341. The following example assumes that the mouse drivers are located in the 
  342. C:\MOUSE directory as shown in the step above.  To copy the MOUSE files to 
  343. the boot disk, type:
  344.  
  345. COPY C:\MOUSE\MOUSE.* A: <ENTER>
  346.  
  347. Substitute the appropriate path and file names for your mouse drivers in 
  348. the command above.  After you press ENTER, you should see a message 
  349. indicating that some files were copied.
  350.  
  351.  
  352. STEP 3
  353. LOCATING THE CD ROM DEVICE DRIVER (skip if not playing a CD game)
  354. The CD ROM drive requires a device driver loaded in the CONFIG.SYS file.  
  355. This driver must be loaded correctly or you will be unable to access your 
  356. CD ROM drive. To make sure that the device driver loads correctly on the 
  357. boot disk, look at the CONFIG.SYS on the hard drive and copy the driver 
  358. line from there.  At the C:\ prompt, type:
  359.  
  360. TYPE CONFIG.SYS|MORE
  361.  
  362. NOTE:     The | is called a "pipe" command and is created by pressing 
  363.       <SHIFT> <BACKSLASH>.
  364.  
  365.  
  366. Step 3 continued...
  367. The CONFIG.SYS file will display on the screen.  Look for the line that 
  368. loads the CD ROM device driver.  This line will contain the same "/D:" 
  369. switch as the MSCDEX line in the AUTOEXEC.BAT file.  Using the MSCDEX 
  370. example above, you would be looking for a line containing "/D:MSCD001".  
  371. The line should look something like this:
  372.  
  373. DEVICE=C:\DRV\CDROMDRV.SYS /D:MSCD001 /P:220
  374. DEVICEHIGH=C:\DRV\CDROMDRV.SYS /D:MSCD001 /P:220
  375. DEVICEHIGH /L:14652 =C:\DRV\CDROMDRV.SYS /D:MSCD001 /P:220
  376.  
  377. The device driver in your CONFIG.SYS may differ slightly from those listed 
  378. above.  Carefully write down the line for use in your boot disk.  Leave out 
  379. the "/L:" information, if any.  Your CD ROM device line should appear as 
  380. follows:
  381.  
  382. DEVICEHIGH=C:\DRV\CDROMDRV.SYS /D:MSCD001 /P:220
  383.  
  384. NOTE:  If you have a SCSI CD ROM drive, there may be an additional driver in 
  385. your CONFIG.SYS that must be loaded for the CD ROM device drivers to load 
  386. correctly.  Check your CD drive documentation for more information. 
  387.  
  388.  
  389. STEP 4
  390. LOCATING THE MSCDEX CD ROM EXTENSION (skip if not playing a CD game)
  391. In addition to the CD ROM device driver in the CONFIG.SYS, your CD ROM drive 
  392. requires MSCDEX, the Microsoft extension for CD ROM drives.  If this 
  393. extension is not loaded correctly in the AUTOEXEC.BAT, you will be unable 
  394. to access your CD ROM drive.  To make sure that MSCDEX loads correctly on 
  395. the boot disk, look at the AUTOEXEC.BAT on the hard drive and copy the 
  396. MSCDEX line from there.  At the C:\ prompt, type:
  397.  
  398. TYPE AUTOEXEC.BAT|MORE <ENTER>
  399.  
  400. The AUTOEXEC.BAT file will display on the screen.  Look for the line that 
  401. loads the MSCDEX extension.  It should look something like this:
  402.  
  403. C:\DOS\MSCDEX /D:MSCD001
  404. LH C:\DOS\MSCDEX /D:MSCD001 
  405. LOADHIGH /L:14429 C:\DOS\MSCDEX /D:MSCD001
  406.  
  407. The MSCDEX line in your AUTOEXEC.BAT may differ slightly from the ones above. 
  408. Carefully write down the line for use in your boot disk.  Leave out the "/L:" 
  409. information, if any. If the "LH" is missing, add it.  For example, any of 
  410. the above lines will appear on your boot disk as follows:
  411.  
  412. LH C:\DOS\MSCDEX /D:MSCD001
  413.  
  414.  
  415. STEP 5
  416. LOCATING THE SOUND CARD DRIVERS
  417. Many sound cards have drivers or initialization lines that must be loaded 
  418. in the AUTOEXEC.BAT or CONFIG.SYS.   Some sound cards that require these 
  419. drivers or initialization routines are the SoundBlaster 16, MAD16 and the 
  420. Aria 16.  Check your sound card documentation for information on what needs 
  421. to load in the AUTOEXEC.BAT and/or CONFIG.SYS.
  422.  
  423. STEP 6
  424. CREATING THE CONFIG.SYS FILE
  425. To create the CONFIG.SYS file on the boot disk, switch to the A: drive and 
  426. type the following:
  427.  
  428. COPY CON CONFIG.SYS <ENTER>  (the cursor will drop down one line and blink)
  429. DEVICE=C:\DOS\HIMEM.SYS <ENTER>
  430. DEVICE=C:\DOS\EMM386.EXE NOEMS <ENTER>  (Skip this line if you're playing 
  431.                      PowerHouse, Front Lines, or 
  432.                      High Seas Trader)
  433. DOS=HIGH,UMB <ENTER>
  434. FILES=30 <ENTER>
  435. BUFFERS=20 <ENTER>
  436.  
  437. If you are using the MOUSE.SYS file to load your mouse, add the following 
  438. line to the CONFIG.SYS:
  439.  
  440. DEVICEHIGH=A:\MOUSE.SYS <ENTER>
  441.  
  442. If you're playing a CD game, add the CD ROM device driver as you wrote it 
  443. down in the "Locating the CD ROM Device Driver" section.  For example:
  444.  
  445. DEVICEHIGH=C:\DRV\CDROMDRV.SYS /D:MSCD001 /P:220  <ENTER>
  446.  
  447. If you need to load any sound card drivers, copy them from the "Sound 
  448. Cards" section now.  The following example lines are for the SoundBlaster 16:
  449.  
  450. DEVICEHIGH=C:\SB16\DRV\CTSB16.SYS /UNIT=0 /BLASTER=A:220 I:5 D:1 H:5 <ENTER>
  451. DEVICEHIGH=C:\SB16\DRV\CTMMSYS.SYS <ENTER>
  452.  
  453. Complete the file by pressing <F6> <ENTER>.
  454.  
  455.  
  456. STEP 7
  457. CREATING THE AUTOEXEC.BAT FILE
  458. To create the AUTOEXEC.BAT file on the boot disk, switch to the A: drive 
  459. and type the following:
  460.  
  461. COPY CON AUTOEXEC.BAT <ENTER>  (the cursor will drop down one line and blink)
  462. @ECHO OFF <ENTER>
  463. C:\ <ENTER>
  464. SET COMSPEC=C:\COMMAND.COM <ENTER>
  465. PROMPT SIERRA BOOT DISK $_$P$G <ENTER>
  466. PATH=C:\;C:\DOS;C:\SIERRA <ENTER>
  467.  
  468. If you are using the MOUSE.COM or MOUSE.EXE file to load your mouse driver, 
  469. add the appropriate line:
  470.  
  471. LH A:\MOUSE.EXE <ENTER>
  472.  
  473. If you're playing a CD game, add the MSCDEX line as you wrote it down in 
  474. the "Locating the MSCDEX CD ROM Extension" section.  For example:
  475.  
  476. LH C:\DOS\MSCDEX /D:MSCD001 <ENTER>
  477.  
  478. If you need to run any sound card initialization programs or load any 
  479. drivers, copy them from the "Sound Cards" section now.  The following 
  480. example lines are for the SoundBlaster 16:
  481.  
  482. SET BLASTER=A220 I5 D1 H5 T6 <ENTER>
  483. SET SOUND=C:\SB16 <ENTER>
  484. SET MIDI=SYNTH:1 MAP:E <ENTER>
  485. C:\SB16\SB16SET /M:220 /VOC:220 /CD:220 /MIDI:220 /LINE:220 <ENTER>
  486. C:\SB16\DIAGNOSE /S <ENTER>
  487.  
  488. Complete the file by pressing <F6> <ENTER>.
  489.  
  490.  
  491. STEP 8
  492. REBOOT THE SYSTEM AND START THE GAME
  493. Reboot your system by pressing the <RESET> button on your computer or by 
  494. using the <CTRL> <ALT> <DELETE> key sequence on your keyboard.  Refer to 
  495. your game documentation for the steps to start the game.
  496.  
  497.  
  498. IF YOU STILL HAVE PROBLEMS...
  499. If you continue to experience problems, or if you have any questions 
  500. concerning any of the above steps, Sierra Technical Support will be happy 
  501. to assist you.  You can reach Technical Support at (206) 644-4343 between 
  502. 8:15 am and 4:45 pm, Monday through Friday.  We can also be reached by fax 
  503. at (206) 644-7697 or by mail at the following address:
  504.  
  505. Sierra On-Line Technical Support
  506. PO Box 85006
  507. Bellevue, WA  98015-8506
  508.  
  509. In Europe, please contact our office in England. The Customer Service number 
  510. is (44) 1734-303171, between 9:00 am and 5:00 pm, Monday through Friday.   
  511. The BBS number is (44) 1734-304227 and the fax number is (44) 1734-303201.  
  512. Customer Service can also be reached at the following address:
  513.  
  514. Sierra On-Line Limited
  515. 4 Brewery Court
  516. The Old Brewery
  517. Theale, Reading, Berkshire
  518. RG7 5AJ UNITED KINGDOM
  519.  
  520. You can also contact our Technical Support Team on one of the following 
  521. services:
  522.  
  523. Sierra BBS              (206) 644-0112 (settings 8, N, 1, up to 38,400 baud)
  524. CompuServe              GO SIERRA
  525. America Online          KEYWORD SIERRA
  526. Internet                76004.2143@compuserve.com
  527.  
  528. If you decide to write or fax, please fill out the attached "Technical 
  529. Support Request" form and return it to "Sierra Technical Support.  This 
  530. will give us the information we need to help you as efficiently as possible.  
  531. Thanks!
  532.  
  533.  
  534.  
  535. Sierra Technical Support Request
  536.  
  537. To help us help you, please fill out this information and return it to 
  538. Sierra Technical Support.
  539.  
  540. Name:
  541. Fax number:
  542. Phone number:
  543. Address:
  544.  
  545. Game name, version number and S/N number (from disk #1): 
  546.  
  547. What problem are you having?  Be VERY specific.  Is there an error message?  
  548. What is it?  Where does it occur? Does it happen the same way each time?
  549.  
  550.  
  551.  
  552.  
  553.  
  554. Floppy or CD?
  555.  
  556. Are you playing in Windows or DOS?
  557.  
  558. Type of computer (386, 486, etc.)
  559.  
  560. Brand of video card (Trident, Diamond, etc.)
  561.  
  562. Amount of RAM (4 meg, 8 meg, etc.)
  563.  
  564. DOS version (MS-DOS 6.0, PC-DOS 6.2, etc.)
  565.  
  566. Windows version (3.1, WFWG, Win95, etc.)
  567.  
  568. Brand of sound card and sound card settings (SoundBlaster Pro, Forte16, 
  569. Mozart, etc.  Please be VERY specific with the brand name. Sound card 
  570. settings include DMA, IRQ and I/O values.)
  571.  
  572. Any disk compression?  What kind? (Doublespace, Stacker, etc.)
  573.  
  574. Any third-part memory manager?  What kind?  (QEMM, 386MAX, etc.)
  575.  
  576. Largest executable program size or bytes free after booting with the boot 
  577. disk. (Type MEM to find out.) 
  578.  
  579. What have you tried so far?  (Boot disk, no sound, etc.)
  580.  
  581.  
  582.  
  583. Please attach copies of your CONFIG.SYS and AUTOEXEC.BAT from your hard 
  584. drive and the boot disk.
  585.  
  586.  
  587.  
  588.